9391145928f72c9064cc0403f2a5dcae5cea362d,cloudfoundry-client-reactor/src/test/java/org/cloudfoundry/reactor/client/v2/organizationquotadefinitions/ReactorOrganizationQuotaDefinitionsTest.java,ReactorOrganizationQuotaDefinitionsTest,create,#,54

Before Change


                .build())
            .as(StepVerifier::create)
            .expectNext(CreateOrganizationQuotaDefinitionResponse.builder()
                .metadata(Metadata.builder()
                    .id("27a0466e-53c0-439a-ab9f-3e56854302f9")
                    .url("/v2/quota_definitions/27a0466e-53c0-439a-ab9f-3e56854302f9")
                    .createdAt("2016-04-06T00:17:26Z")
                    .build())
                .entity(OrganizationQuotaDefinitionEntity.builder()
                    .name("gold_quota")
                    .nonBasicServicesAllowed(true)

After Change


                .build())
            .as(StepVerifier::create)
            .expectNext(CreateOrganizationQuotaDefinitionResponse.builder()
                .metadata(Metadata.builder()
                    .createdAt("2016-06-08T16:41:39Z")
                    .id("0a3df5cb-122e-4849-a6b1-abb70d1b1296")
                    .updatedAt("2016-06-08T16:41:26Z")
                    .url("/v2/quota_definitions/0a3df5cb-122e-4849-a6b1-abb70d1b1296")
                    .build())
                .entity(OrganizationQuotaDefinitionEntity.builder()
                    .applicationInstanceLimit(10)
                    .applicationTaskLimit(5)